home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 6017 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: keats.ugrad.cs.ubc.ca!not-for-mail
  2. From: c2a192@ugrad.cs.ubc.ca (Kazimir Kylheku)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: A screen designer for C/C++
  5. Date: 21 Feb 1996 10:16:55 -0800
  6. Organization: Computer Science, University of B.C., Vancouver, B.C., Canada
  7. Message-ID: <4gfninINNbeo@keats.ugrad.cs.ubc.ca>
  8. References: <4gbbru$hbb@motss.newpaltz.edu>
  9. NNTP-Posting-Host: keats.ugrad.cs.ubc.ca
  10.  
  11. In article <4gbbru$hbb@motss.newpaltz.edu>,
  12. Patrick A Drozdowski Jr. <drozdo30@eelab.newpaltz.edu> wrote:
  13.  >Subject: A screen designer for C/C++
  14.  >Newsgroups: comp.lang.c
  15.  >Summary: 
  16.  >Keywords: 
  17.  >
  18.  >Hello,
  19.  >    For anyone interested... I have written an editor which makes 
  20.  >single page screens that is saved in a format that can be read by a C 
  21.  >program.  Its a helluva lot easier than changing colors allthe time and 
  22.  
  23. Can it be read by a standard C program running on a Sun workstation, Apple
  24. Macintosh or IBM mainframe?
  25.  
  26.  >thousands of printf's and gotoxy's.  It is exellent for designing opening 
  27.  >screens.
  28.  
  29. gotoxy() is not a standard function, so anything which saves you from using it
  30. is probably a good thing.
  31.  
  32.  >It's screen loading source code was tested on Turbo C and Borland C++ and 
  33.  >I assume it will work on any other DOS version of C.
  34.  
  35. That's not exactly super useful. Did you at least use ANSI escape sequences
  36. (via some NANSI.SYS driver thing?) Or did you add yet another name to the Direct
  37. Screen Write hall of fame?  
  38. -- 
  39.  
  40.